2015-08-7 - 20740 - Spec - Add delivery to UCC L54 (Liz by 2015-08-13) #ABAPUCC #SDLABELREPORTS
SPECIFICATIONS
20740-Spec-Add delivery to L54 UCC label
Purpose
Add delivery number for L54 UCC label string.
Admin Info
Purpose
|
Add delivery number for L54 UCC label string sequence
|
Requested By
|
Lizz Paxson
|
Spec Created By
|
Venkat
|
Spec Created Date
|
08/7/2015
|
Spec QA by
|
Surya Basa
|
Objects
|
ZRSD_UCC_LABELS2
ZRSD_UCC_LABELS_CHINA
|
Document Status
|
WIP
|
Estimates
Sl.No
|
Activity
|
Estimation in Hours
|
1
|
Research
|
00
|
2
|
Documentation
|
01
|
3
|
Development/ Config
|
03
|
4
|
Unit test in DEV
|
01
|
5
|
Unit test in QUA
|
00
|
6
|
Other activity
|
|
|
TOTAL
|
04
|
References
Prior Tickets
[Provide links of prior associated Spec / Break Fix BOSS document(s)]
Documents
[Attach any document(s) received for the requirement(s)]
Spec Changes
[List the changes made to program after the approval of the original requirement along with the Date on which the change request was received and the name of the initiator]
Sl.
|
Change Details
|
Requested By
|
Requested On
|
Notes if any
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functional Requirement
Purpose/WHY:
[Explain the purpose of the project and the reason why this requirement has come]
Add delivery number for the L54 UCC string for US and China UCC label programs.
In Scope:
[List the
activities to be included in scope]
Only L54 string has been modified.
Out of Scope:
[Out of scope activities]
No other UCC label is changed.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
The US and China UCC label programs should be changed to add the logic of printing delivery number for L54 UCC label string sequence.This change should be tested for both outbound and inbound deliveries.
Test Plan
[List test scenarios/cases to be executed here]
Test ID
|
Test Scenario
|
Expected Results
|
SD-001
|
Create a SO with shipping point 9010 and corresponding outbound delivery.Pack the delivery and execute ZSD_UCCLBL t.code with delivery as input
|
The delivery number should get printed in the string sequence after the number of cartons field values.
|
SD-002
|
Create a SO with shipping point 9010 and corresponding outbound delivery.Pack the delivery and execute ZCH_UCC t.code with delivery as input
|
The delivery number should get printed in the string sequence after the number of cartons field values.
|
SD-003
|
Create a third party SO with shipping point 9010 and create corresponding PO.Create susequent inbound delivery and execute ZSD_UCCLBL t.code with inbound delivery as input.
|
The inbound delivery number should get printed in the string sequence after the number of cartons field values.
|
SD-004
|
Create a third party SO with shipping point 9010 and create corresponding PO.Create susequent inbound delivery and execute ZSD_UCCLBL t.code with inbound delivery as input.
|
The inbound delivery number should get printed in the string sequence after the number of cartons field values.
|
Solution Details
[Provide complete technical details for configuration or programming here]
Below are the US and China UCC label programs that are changed and the logic of printing delivery number is added for L54 UCC label.
US - ZRSD_UCC_LABELS2
China - ZRSD_UCC_LABELS_CHINA
Below is the new string sequence of the L54 UCC label.
UGENERIC4X6.LWL, Address_Line_1, Address_Line_2,Ship_Company,Ship_Address_1, Ship_Address_2,Ship_City, Ship_State, Ship_Zip,
PO_Number, Department & DeptName, X of Y, Y of Y, Delivery number , SKU, Description, Size Description,Quantity, Store Number, Store Name, Serial Ship Bar Code.
Issues
[List Issues / Bugs identified in configuration or development]